@charset "utf-8";
.index{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.index_top{
    width: 100%;
    overflow: hidden;
}

/*直播图片*/
.index_lbt{
    float: left;
    width: 62%;
    height: 405px;
    position: relative;
}

.prev,
.next{
    width: 6%;
    height: 67px;
    position: absolute;
    top: 38%;
    z-index: 10;
    cursor: pointer;
}
.prev{
    left: 0;
    background: url(../images/icon/left.png) no-repeat;
    background-size: 100% 100%;
}
.next{
    right: 0;
    background: url(../images/icon/right.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide a p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url("../images/index/xwht.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.swiper-slide a p span{
    display: block;
    width: 80%;
    font-size: 16px;
    color: #fff;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagination {
    width: 20%;
    position: absolute;
    bottom: 16px;
    right: 0;
    text-align: center;
    z-index: 20;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-active-switch {
    background-color: #1070dd;
}

.index_tab_one{
    float: right;
    width: 36%;
    height: 405px;
    background-color: #fff;
}
.i_t_o{
    width: 96%;
    margin: 0 auto;
}
.ito_title{
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    margin: 15px 0 0;
    position: relative;
}
.ito_title p{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s linear;
}
.ito_title p:first-child{
    margin-left: 10px;
}
.ito_title p span{
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
}
.ito_title p.on{
    font-weight: bold;
    color: #093f99;
}
.ito_title p.on span{
    height: 37px;
    border-top: 3px solid #2153a6;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #ffffff;
}
.ito_title div{
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 0;
}
.ito_title div a{
    display: none;
    color: #999;
}
.ito_title div a.on{
    display: block;
}
.ito_title div a:hover{
    color: red;
}
.ito_list{
    width: 100%;
}
.ito_list ul{
    display: none;
    min-height: 310px;
    padding: 10px 0 0;
}
.ito_list ul.on{
    display: block;
}
.ito_list ul li{
    padding: 8px 0 0;
}
.ito_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.ito_list ul li a p{
    float: left;
    width: 76%;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: url("../images/public/dian.png") no-repeat;
    background-position: 10px 10px;
    transition: all 0.4s linear;
}
.ito_list ul li.newicon a p{
    background: url("../images/index/new.png") no-repeat;
    background-position: 0 4px;
}
.ito_list ul li a span{
    display: block;
    float: right;
    color: #8c8c8c;
}
.ito_list ul li a:hover p{
    text-indent: 30px;
}

.index_container{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.ic{
    float: left;
    width: 32%;
    height: 320px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #ccc;
    margin-left: 1.7%;
}
.ic:first-child{
    margin-left: 0;
}
.ic_title{
    width: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
}
.ic_title p{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #1951ad;
    margin-left: 20px;
    padding: 4px 0;
    border-top: 4px solid #1951ad;
}
.ic_title a{
    float: right;
    display: block;
    font-size: 16px;
    color: #999999;
    margin: 14px 20px 0 0;
}
.ic_title a:hover{
    color: red;
}

.ic_one{
    width: 88%;
    margin: 0 auto;
}
.ic_one h2{
    font-size: 20px;
    font-weight: 500;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/index/fx.png") no-repeat;
    background-position: 0 10px;
}
.ic_one p{
    min-height: 150px;
    line-height: 30px;
    font-size: 14px;
    color: #444444;
    text-indent: 2em;
    padding: 20px 0;
}
.ic_one p a{
    color: #ad050f;
}
.ic_one div{
    font-size: 16px;
    color: #555555;
}
.ic_one div img{
    display: inline-block;
    margin-bottom: -4px;
}
.ic_one div span{
    display: inline-block;
    padding: 0 5px;
}

.ic_two{
    width: 88%;
    margin: 0 auto;
}
.ict_top{
    width: 100%;
}
.ict_top div{
    width: 100%;
    overflow: hidden;
}
.ict_top div a{
    display: block;
    float: left;
    width: 49.5%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-indent: 40px;
    font-size: 16px;
    color: #000;
    border: 1px solid #d9d9d9;
    position: relative;
}
.ict_top div a:first-child{
    border-right: none;
}
.ict_top div a img{
    position: absolute;
    top: 10px;
    left: 10px;
}
.ict_top p{
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.ict_top p span{
    color: #ad050f;
}
.ict_bottom{
    width: 100%;
}
.ict_bottom ul{
    padding: 10px 0 0;
}
.ict_bottom ul li{
    padding: 8px 0 0;
}
.ict_bottom ul li a{
    display: block;
    font-size: 16px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: url("../images/public/dian.png") no-repeat;
    background-position: 10px 10px;
    transition: all 0.4s linear;
}
.ict_bottom ul li a:hover{
    text-indent: 30px;
}

.ic_three{
    width: 88%;
    margin: 0 auto;
}
.ic_three ul li{
    width: 100%;
    overflow: hidden;
    padding: 17px 0;
    border-top: 1px dashed #d9d9d9;
}
.ic_three ul li:first-child{
    padding: 0 0 17px;
    border-top: none;
}
.ic_three ul li div{
    float: left;
    width: 56px;
    height: 56px;
    color: #fff;
    text-align: center;
    background-color: #6fa4e6;
}
.ic_three ul li div p{
    font-size: 18px;
    padding: 5px 0 0;
}
.ic_three ul li a{
    float: right;
    width: 80%;
    font-size: 16px;
    padding: 3px 0 0;
}

.index_bottom{
    width: 99.5%;
    height: 290px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5px 5px 5px #ccc;
    overflow: hidden;
}
.ib{
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}
.ib_main{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.ib_main:first-child{
    margin-left: 0;
}
.ibm_tab{
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
}
.ibm_tab p{
    float: left;
    font-size: 20px;
    position: relative;
    padding: 10px 0;
    margin-right: 30px;
}
.tab_two p{
    cursor: pointer;
}
.ibm_tab p.on{
    font-weight: bold;
    color: #1951ad;
}
.ibm_tab p span{
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ibm_tab p.on span{
    background-color: #1951ad;
}
.ibm_tab div{
    float: right;
    font-size: 16px;
    margin: 15px 0 0;
}
.ibm_tab div a{
    display: none;
    color: #999999;
}
.ibm_tab div a:hover{
    color: red;
}
.ibm_tab div a.on{
    display: block;
}

.ldxx{
    width: 100%;
    overflow: hidden;
}
.ldxx_left{
    float: left;
    width: 38%;
}
.ldxx_left a{
    display: block;
    width: 100%;
    height: 186px;
    text-align: center;
    border: 1px solid #d9d9d9;
}
.ldxx_left a img{
    display: inline-block;
    width: 86%;
    margin-top: 7px;
}
.ldxx_right{
    float: right;
    width: 56%;
}
.ldxx_right h2{
    font-size: 22px;
    font-weight: 500;
}
.ldxx_right h3{
    min-height: 32px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}
.ldxx_right span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 3px 10px 10px;
    background: url("../images/index/zg.png") no-repeat;
    background-size: 100% 100%;
    margin: 5px 0;
}
.ldxx_right p{
    font-size: 16px;
}

.tab_two_list{
    width: 100%;
}
.tab_two_list ul{
    display: none;
}
.tab_two_list ul.on{
    display: block;
}
.tab_two_list ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}
.tab_two_list ul li i{
    float: left;
    display: block;
    width: 25px;
    height: 30px;
    background: url("../images/public/dian.png") center no-repeat;
}
.tab_two_list ul li a{
    float: left;
    display: block;
    width: 92%;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.tab_two_list ul li a span{
    color: #065ca1;
}
.tab_two_list ul li a span.js{
    color: #c40706;
}
.tab_two_list ul li a p{
    color: #999999;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ibm{
    width: 100%;
    overflow: hidden;
}
.ibm div{
    float: left;
    width: 48%;
    height: 116px;
    text-align: center;
    margin: 20px 0 0;
}
.ibm div:first-child{
    margin-right: 4%;
}
.ibms div{
    background: url("../images/index/ibm.png") no-repeat;
    background-size: 100% 100%;
}
.ibm div a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #0b3e72;
    position: relative;
}
.ibm div a img{
    display: inline-block;
    margin: 20px 0 0;
    transition: all 0.4s linear;
}
.ibm div a p{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.ibm div a:hover img{
    transform: rotateY(360deg);
}

/* ios */
@media (max-width: 1200px) and (min-width: 992px) {
    .index{
        width: 96%;
        margin: 0 auto;
    }
    .ito_title p{
        font-size: 16px;
        padding: 0 5px;
    }
    .ito_list ul li a p{
        width: 68%;
    }
    .ic_title{
        margin: 0 auto 8px;
    }
    .ic_one p{
        line-height: 28px;
        padding: 0px 0;
    }
    .ict_top div a{
        width: 49%;
        text-indent: 0;
    }
    .ict_top div a img{
        display: none;
    }
    .ict_top p{
        font-size: 12px;
    }
    .ic_three ul li a{
        width: 76%;
        font-size: 14px;
        padding: 5px 0 0;
    }
    .ibm_tab p{
        margin-right: 20px;
    }
    .ldxx_left a{
        height: 150px;
    }
    .ldxx_right h2{
        font-size: 18px;
    }
    .ldxx_right h3{
        font-size: 14px;
    }
    .tab_two_list ul li a{
        width: 90%;
        font-size: 13px;
    }
}
@media (max-width: 992px) and (min-width: 760px) {
    .index{
        width: 96%;
        margin: 0 auto;
    }
    .index_lbt{
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }
    .index_tab_one{
        float: none;
        width: 100%;
        padding: 5px 0 10px;
    }
    .ito_title p.on span{
        height: 36px;
        border-bottom: 4px solid #ffff
    }
    .ic{
        float: none;
        width: 98.5%;
        height: auto;
        margin: 0 auto;
    }
    .ic:first-child{
        margin: 0 auto;
    }
    .ic:nth-child(2){
        margin: 15px auto;
    }
    .ic_one p{
        min-height: 96px;
    }
    .ic_one div{
        padding: 0 0 15px;
    }
    .ict_bottom ul{
        padding: 10px 0 20px;
    }
    .index_bottom{
        width: 98.5%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 20px;
    }
    .ib_main{
        float: none;
        width: 70%;
        margin: 0 auto;
    }
    .ib_main:first-child{
        margin: 0 auto;
    }
    .ldxx_left a {
        height: 238px;
    }
}
@media (max-width: 760px) {
    .index{
        width: 96%;
        margin: 0 auto;
    }
    .index_lbt{
        float: none;
        width: 100%;
        height: 280px;
        margin: 0 auto 15px;
    }
    .swiper-slide a p span{
        width: 70%;
    }
    .pagination{
        width: 30%;
    }
    .index_tab_one{
        float: none;
        width: 100%;
        padding: 5px 0 10px;
    }
    .ito_title p{
        font-size: 16px;
    }
    .ito_title p.on span{
        height: 36px;
        border-bottom: 4px solid #ffff
    }
    .ito_list ul li a p{
        width: 68%;
    }
    .ic{
        float: none;
        width: 97.5%;
        height: auto;
        margin: 0 auto;
    }
    .ic:first-child{
        margin: 0 auto;
    }
    .ic:nth-child(2){
        margin: 15px auto;
    }
    .ic_one p{
        min-height: 96px;
    }
    .ic_one div{
        padding: 0 0 15px;
    }
    .ict_bottom ul{
        padding: 10px 0 20px;
    }
    .index_bottom{
        width: 97.5%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 20px;
    }
    .ib_main{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .ib_main:first-child{
        margin: 0 auto;
    }
    .ldxx_left a {
        height: 174px;
    }
}





/* .header_top,.header_logo,.seek_main,.seek_list,.header_nav,.main
,.fixed,.footer{
    -webkit-filter: grayscale(100%);
      -webkit-filter: grayscale(1); 
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
}

body{
    background:#8a8888;
} */